home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Discover Texas!
/
Let's Discover Texas!.iso
/
pc
/
FILES
/
GEO.dxr
/
00354_OkButton.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-12
|
196 b
|
10 lines
on mouseUp
if field("Answer1") = "AUSTIN" then
sound(3).play(member("Right"))
go(the frame + 1)
else
sound(3).play(member("Wrong"))
put EMPTY into field "Answer1"
end if
end